github.com/klauspost/compress/zstd.history.dict (field)
17 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L435: if huff == nil || (hist.dict != nil && huff == hist.dict.litEnc) {
blockdec.go#L677: if hist.dict != nil {
blockdec.go#L678: hist.dict.content = nil
decoder.go#L682: if block.async.newHist.dict != nil {
decoder.go#L683: hist.setDict(block.async.newHist.dict)
decoder.go#L737: if block.async.newHist.dict != nil {
decoder.go#L738: hist.setDict(block.async.newHist.dict)
decoder.go#L894: if h.dict != nil {
decoder.go#L895: hist.setDict(h.dict)
history.go#L30: dict *dict
history.go#L44: h.dict = nil
history.go#L50: if h.dict == nil || h.dict.litEnc != h.huffTree {
history.go#L61: h.dict = dict
seqdec.go#L96: if hist.dict != nil {
seqdec.go#L97: s.dict = hist.dict.content
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |